home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / games / wchss25d.zip / BCHSTALL.BA_ / BCHSTALL.BA
Text File  |  1996-04-16  |  579b  |  27 lines

  1. @Echo off
  2. If Not [%1]==[] Goto Finish
  3. Echo %0 DOS>0.Bat
  4. Echo %0 Windows>1.Bat
  5. Set|Find "windir=" /C > {Test}.Bat
  6. {Test}
  7. :Finish
  8. For %%V In (0 1 {Test}) Do Del %%V.Bat
  9. Set OS=%1
  10. If Not [%1]==[Windows] Goto Done
  11. Echo %0 Windows3.1>0.Bat
  12. Echo %0 Windows95>1.Bat
  13. Set|Find "winbootdir=" /C > {Test}.Bat
  14. {Test}
  15. :Done
  16. Goto %OS%
  17. :Windows95
  18. If Exist %winbootdir%\System\Ctl3dv2.Dll Goto End
  19. Copy Ctl3dV2.Dll %winbootdir%\System
  20. Goto End
  21. :Windows3.1
  22. If Exist %windir%\System\Ctl3dv2.Dll Goto End
  23. Copy Ctl3dV2.Dll %windir%\System
  24. Goto End
  25. :DOS
  26. :End
  27. Del Ctl3dV2.Dll